You are here: Symbol Reference > Dew Namespace > Dew.Math Namespace > Classes > MatrixInt Structure > MatrixInt Operators > MatrixInt Constructor > MatrixInt.MatrixInt Constructor ([In] TMtxInt)
Dew Math for .NET
ContentsIndexHome
PreviousUpNext
MatrixInt.MatrixInt Constructor ([In] TMtxInt)

Uses TMtxInt object as internal storage.

Syntax
C#
Visual Basic
public MatrixInt([In] TMtxInt Src);

The resulting Vector will own Src object of TMtxInt type and will release it once Vector gets out of scope.

Copyright (c) 1999-2024 by Dew Research. All rights reserved.
What do you think about this topic? Send feedback!